Enterprise Software Security: A Confluence of Disciplines (Elton Dasho's Library) by Kenneth R. van Wyk & Mark G. Graff & Dan S. Peters & Diana L. Burley
Author:Kenneth R. van Wyk & Mark G. Graff & Dan S. Peters & Diana L. Burley
Language: eng
Format: epub
Publisher: Addison-Wesley Professional
Published: 2015-07-14T16:00:00+00:00
* * *
import java.io.Console;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/* A validation class that uses Java regex to validate input fields and
* implement a primitive (and easily bypassed!) blacklist filter against
* XSS and SQL Injection
*/
public class Ch4Validation {
// Regular expressions for fields validation
public static String REGEX_EMAIL = "^\\w[-._\\w]*\\w@\\w[-._\\w]*\\w\\.\\w{2,}$";
public static String REGEX_DATE = "^\\d{1,2}\\/\\d{1,2}\\/\\d{2,4}$";
public static String REGEX_24TIME = "^(([0-1][0-9])|([2][0-3])):([0-5][0-9])(:([0-5][0-9]))?$";
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7743)
Grails in Action by Glen Smith Peter Ledbrook(7665)
Configuring Windows Server Hybrid Advanced Services Exam Ref AZ-801 by Chris Gill(6239)
Azure Containers Explained by Wesley Haakman & Richard Hooper(6198)
Running Windows Containers on AWS by Marcio Morales(5720)
Kotlin in Action by Dmitry Jemerov(5017)
Microsoft 365 Identity and Services Exam Guide MS-100 by Aaron Guilmette(4733)
Management Strategies for the Cloud Revolution: How Cloud Computing Is Transforming Business and Why You Can't Afford to Be Left Behind by Charles Babcock(4394)
Combating Crime on the Dark Web by Nearchos Nearchou(4321)
Microsoft Cybersecurity Architect Exam Ref SC-100 by Dwayne Natwick(3989)
The Ruby Workshop by Akshat Paul Peter Philips Dániel Szabó and Cheyne Wallace(3985)
The Age of Surveillance Capitalism by Shoshana Zuboff(3911)
Python for Security and Networking - Third Edition by José Manuel Ortega(3545)
Learn Windows PowerShell in a Month of Lunches by Don Jones(3487)
Mastering Python for Networking and Security by José Manuel Ortega(3317)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3308)
Blockchain Basics by Daniel Drescher(3272)
The Ultimate Docker Container Book by Schenker Gabriel N.;(3224)
TCP IP by Todd Lammle(2956)
